projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bee075f
)
(MOUSE_SUPPORT): Define for HAVE_GPM.
author
Nick Roberts
<nickrob@snap.net.nz>
Sun, 3 Jun 2007 00:41:36 +0000
(
00:41
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Sun, 3 Jun 2007 00:41:36 +0000
(
00:41
+0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 65a604bf78c68d7416d510dbb92d76412371c146..a19cf3969fee7a27a2bb2dce26b76e438d51f114 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-673,8
+673,12
@@
otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO
#define MOUSE_SUPPORT ${lispsource}mouse.elc \
${lispsource}select.elc ${lispsource}scroll-bar.elc
#else
+#ifdef HAVE_GPM
+#define MOUSE_SUPPORT ${lispsource}mouse.elc
+#else
#define MOUSE_SUPPORT
#endif
+#endif
#ifdef VMS
#define VMS_SUPPORT ${lispsource}vmsproc.elc ${lispsource}vms-patch.elc